home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
GRIDS
/
SPREAD32
/
SPREAD32.ZIP
/
unit1.dfm
/
unit1.txt
Wrap
Text File
|
1996-08-15
|
5KB
|
257 lines
object Form1: TForm1
Left = 46
Top = 42
Width = 548
Height = 389
Caption = 'TSpread Component Demo'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
Menu = MainMenu1
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Spread1: TSpread
Left = 0
Top = 0
Width = 338
Height = 343
Align = alLeft
ColCount = 20
DefaultRowHeight = 18
RowCount = 50
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowMoving, goColMoving, goEditing]
TabOrder = 0
OnClick = Spread1Click
DefaultNaming = True
ObjectAlignment = alfill
Showoptions = ssformulas
ShowZeros = False
CalcOrder = coRows
CalcOnChange = False
DefaultCellformat = ffNumber
DefaultCellType = ctformula
Decimals = 2
StretchBitmap = False
DefaultCellAlignment = taLeftJustify
Version = '3.1'
end
object Panel1: TPanel
Left = 345
Top = 0
Width = 195
Height = 343
Align = alRight
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 10
Width = 98
Height = 14
Caption = 'TSpread Methods'
end
object Label2: TLabel
Left = 8
Top = 326
Width = 81
Height = 14
Caption = 'Col = 0 Row = 0'
end
object Bevel1: TBevel
Left = 11
Top = 144
Width = 177
Height = 30
Shape = bsFrame
end
object Label3: TLabel
Left = 8
Top = 128
Width = 57
Height = 14
Caption = 'Alignment'
end
object Label4: TLabel
Left = 8
Top = 225
Width = 55
Height = 14
Caption = '&Precision:'
end
object Label5: TLabel
Left = 8
Top = 194
Width = 42
Height = 14
Caption = '&Format:'
end
object Label6: TLabel
Left = 8
Top = 100
Width = 54
Height = 14
Caption = 'Cell &Type:'
end
object ComboBox1: TComboBox
Left = 24
Top = 33
Width = 145
Height = 22
ItemHeight = 14
Items.Strings = (
'AddCol'
'AddRow'
'ClearBitmap'
'DeleteCol'
'DeleteRow'
'HideCol'
'HideRow'
'InsertCol'
'InsertRow'
'LockCell'
'LockCol'
'LockRow'
'MakeButton'
'MakeCheckBox'
'MakeComboBox'
'MakeNewSheet'
'MakeSpinEdit'
'PutBitMap'
'SetCellBrush'
'SetColBrush'
'SetRowBrush'
'SetCellFont'
'SetColFont'
'SetRowFont'
'SetCellAlignment'
'SetColAlignment'
'SetRowAlignment'
'SetCellFormat'
'SetColFormat'
'SetRowFormat'
'SetCellType'
'UnlockAllCells')
TabOrder = 0
end
object Button1: TButton
Left = 24
Top = 56
Width = 145
Height = 21
Caption = '&Execute Method'
TabOrder = 1
OnClick = Button1Click
end
object RadioButton1: TRadioButton
Left = 19
Top = 150
Width = 44
Height = 17
Caption = '&Left'
Checked = True
TabOrder = 3
TabStop = True
end
object RadioButton2: TRadioButton
Left = 67
Top = 150
Width = 44
Height = 17
Caption = '&Right'
TabOrder = 4
end
object RadioButton3: TRadioButton
Left = 115
Top = 150
Width = 58
Height = 17
Caption = '&Center'
TabOrder = 5
end
object SpinEdit1: TSpinEdit
Left = 67
Top = 222
Width = 36
Height = 23
MaxValue = 20
MinValue = 0
TabOrder = 7
Value = 0
end
object ComboBox2: TComboBox
Left = 67
Top = 190
Width = 123
Height = 22
ItemHeight = 14
Items.Strings = (
'ffCurrency'
'ffFixed'
'ffNumber'
'ffGeneral'
'ffExponent')
TabOrder = 6
end
object ComboBox3: TComboBox
Left = 71
Top = 96
Width = 99
Height = 22
ItemHeight = 14
Items.Strings = (
'cttext'
'ctformula'
'ctdate'
'cttime')
TabOrder = 2
end
object Button2: TButton
Left = 51
Top = 272
Width = 89
Height = 26
Caption = 'Set Formulas'
TabOrder = 8
OnClick = Button2Click
end
end
object MainMenu1: TMainMenu
Left = 7
Top = 8
object File1: TMenuItem
Caption = '&File'
ShortCut = 0
object Exit1: TMenuItem
Caption = 'E&xit'
ShortCut = 16472
OnClick = Exit1Click
end
end
end
object ColorDialog1: TColorDialog
Ctl3D = True
Left = 229
Top = 157
end
object FontDialog1: TFontDialog
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 167
Top = 139
end
object OpenDialog1: TOpenDialog
DefaultExt = 'bmp'
FileEditStyle = fsEdit
Filter = 'Bitmap Files (*.bmp)|*.bmp'
Left = 213
Top = 94
end
end